/*
=====================================
   CSS AGREGADO POR APRENDICES SENA
=====================================
*/
h1,
h2,
h3,
h4,
h5 {
    font-family: "Open Sans", sans-serif;
    color: #2b2b2b;
}
hr {
    border-color: #ddd;
}
.left-side {
    width: 240px;
    position: absolute;
    top: 0;
    left: 0;
}
.logo-icon {
    display: none;
}
.custom-nav li i {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 10px;
    width: 16px;
    text-align: center;
}
.custom-nav .sub-menu-list > li .fa {
    font-size: 12px;
    opacity: 0.5;
    margin-right: 5px;
    text-align: left;
    width: auto;
    vertical-align: baseline;
}
.custom-nav .sub-menu-list > li.active > a {
    color: #fff;
    background-color: #2a323f;
}
.custom-nav .sub-menu-list ul {
    margin-left: 12px;
    border: 0;
}
.custom-nav .menu-list.active ul {
    display: block;
}
e-btn {
    width: 52px;
    height: 50px;
    font-size: 20px;
    padding: 15px;
    cursor: pointer;
    float: left;
    color: #212121;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.toggle-btn:hover {
    background: #f2f2f2;
    color: #141313;
}
.searchform input {
    box-shadow: none;
    float: left;
    font-size: 14px;
    height: 35px;
    margin: 7px 0 0 10px;
    padding: 10px;
    width: 220px;
}
.searchform input:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ddd;
}
.notification-menu > li {
    display: inline-block;
    position: relative;
}
.notification-menu > li > a > i {
    margin-top: 6px;
}
.notifications.dropdown .dropdown-menu li {
    border-bottom: 1px solid #e3e1e1;
    display: block;
    font-size: 12px;
}
.notifications.dropdown .dropdown-menu .external-last {
    background-color: #f8f8f8;
    border-bottom: 0 none;
}
.sticky-header .menu-right {
    margin-right: 255px;
}
.sticky-header.left-side-collapsed .menu-right {
    margin-right: 67px;
}
.dropdown-menu-head {
    background: #fff;
}
.dropdown-menu-head .title {
    background: #f2f2f2;
    color: #292626;
    padding: 15px;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0;
    font-weight: 600;
    font-size: 13px;
}
.header-title {
    font-size: 15px;
    line-height: 19px;
    margin-top: 0;
    text-transform: uppercase;
}
.wrapper::after {
    clear: both;
    display: block;
    content: "";
    margin-bottom: 30px;
}
/*--------------------------------------------*/
/*  White Panel & Popover
/*--------------------------------------------*/

.white-box {
    background: #fff;
    padding: 20px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.btn {
    border-radius: 0px;
}
.btn.round {
    border-radius: 25px;
}
.btn.outline-btn {
    background: transparent;
}
.btn-default {
    background: #f8f8f8;
    border: 1px solid #e4e7ea;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.disabled:hover,
.btn-default.disabled:focus {
    opacity: 0.8;
    background: #e4e7ea;
    border-color: #e4e7ea !important;
}
.btn-danger {
    background: #f05050;
    border: 1px solid #f05050;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus {
    opacity: 0.8;
    background: #f05050;
    border-color: #f05050 !important;
}
.btn-danger.outline-btn {
    color: #f05050;
}
.btn-danger.outline-btn2 {
    color: transparent;
}
.btn-danger.outline-btn:hover,
.btn-danger.outline-btn:focus,
.btn-danger.outline-btn:hover {
    background: #f05050;
    color: #fff;
    opacity: 1;
}
.btn-warning {
    background: #ffbd4a;
    border: 1px solid #ffbd4a;
}
.btn-warning2 {
    background: #eb9c4d;
    color: #fff;
}
.btn.btn-warning2:hover,
.btn.btn-warning2:focus,
.btn.btn-warning2.disabled:hover,
.btn.btn-warning2.disabled:focus {
    opacity: 0.8;
    background: #ffbd4a;
    border-color: #ffbd4a !important;
    color: #fff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus {
    opacity: 0.8;
    background: #ffbd4a;
    border-color: #ffbd4a !important;
    color: #fff;
}
.btn-warning.outline-btn {
    color: #ffbd4a;
}
.btn-warning.outline-btn:hover,
.btn-warning.outline-btn:focus,
.btn-warning.outline-btn:hover {
    background: #ffbd4a;
    color: #fff;
    opacity: 1;
}
.btn-white {
    background: #fff;
    border: 1px solid #eaeaea;
    color: #4c5667;
}
.btn-white2 {
    background: #00b2ad;
    border: 1px solid #eaeaea;
    color: #fff;
}
.btn-white2:hover,
.btn-white2:focus {
    background: #00b2ad;
    color: #fff;
    border-color: none;
}
.btn-white2.disabled:hover,
.btn-white2.disabled:focus {
    background: transparent;
    color: #4c5667;
    border-color: none;
}
.btn-white2.outline-btn {
    background: transparent;
    border: 1px solid #a49f9f;
    color: #4c5667;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.disabled:hover,
.btn-white.disabled:focus {
    opacity: 1;
    background: #f9f9f9;
    color: #ffffff8a;
}
.label {
    display: inline-block;
    padding: 5px 16px 6px;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 20px;
    min-width: 100px;
}
.table > thead > tr > th {
    color: #6b6a6a;
    font-weight: 600;
    font-size: 14px;
}
.form-control {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #c5bebe;
}
.form-control:focus {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #969191;
}
.form-group {
    float: left;
    width: 100%;
}
.panel-wrap {
    margin-bottom: 30px;
}
.panel {
    margin-bottom: 20px;
}
.panel-color .panel-title {
    color: #ffffff;
}
.panel-footer {
    background: #f4f8fb;
    border-top: 0px;
}
.panel-heading,
.panel {
    border-radius: 0px;
}
.panel-heading {
    padding: 12px 15px;
}
.panel-default {
    border-color: #f4f8fb;
}
.panel-danger {
    border-color: #f05050;
}
.panel-warning {
    border-color: #ffbd4a;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f4f8fb;
    border-color: #dee2e4;
}
.panel-warning > .panel-heading {
    background-color: #ffbd4a;
}
.panel-danger > .panel-heading {
    background-color: #f05050;
}
.panel.panel-border {
    border: none;
}
.panel-border .panel-heading {
    background-color: #ffffff;
    border-top: 3px solid #dadfe2 !important;
    padding: 10px 20px 0px;
    border-bottom: 0px;
    border-radius: 0;
}
.tab-content {
    background: #fff;
    padding: 30px;
}
.panel-group .panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #fff;
    border-radius: 0;
    padding: 14px 15px;
}
.panel-group .panel .panel-heading a[data-toggle="collapse"] {
    display: block;
}
.panel-group .panel .panel-heading a.collapsed[data-toggle="collapse"]::before {
    content: "\f106";
}
.panel-group .panel .panel-heading a[data-toggle="collapse"]::before {
    content: "\f107";
    display: block;
    float: right;
    font-family: "FontAwesome";
    font-size: 14px;
    text-align: right;
    width: 25px;
}
.white-box.alert-box {
    text-align: center;
    padding: 56px 20px !important;
}
.white-box.alert-box p {
    margin-bottom: 20px;
}
@media all and (max-width: 767px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px;
    }
}
label {
    font-weight: 400;
}
.panel-body ul li {
    margin-bottom: 5px;
    line-height: 20px;
    font-weight: 300;
}

.panel-body ul li i {
    margin-right: 5px;
}
.panel-group .panel {
    background: none;
    box-shadow: none;
    border: 1px solid #a19e9e;
    margin-bottom: 26px;
    border-radius: 0;
}
.panel-group .panel-body {
    border: none;
}
#accordion .accordion-toggle:after {
    font-family: "FontAwesome";
    content: "\f068";
    float: right;
    color: #878585;
}
#accordion .panel-heading.collapsed .accordion-toggle:after {
    content: "\f067";
}
.text-danger {
    color: #f05050 !important;
}
.text-muted {
    color: #7b7777 !important;
}
.text-primary {
    color: #03a9f3 !important;
}
.text-warning {
    color: #ffbd4a !important;
}
.text-success {
    color: #81c868 !important;
}
.text-info {
    color: #34d3eb !important;
}
.container {
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}
.container::after {
    content: "";
    display: table;
    clear: both;
}
body {
    background: #ececed;
    font-family: "Open Sans", sans-serif;
    color: #878686;
    line-height: 20px;
    font-size: 14px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}
.sticky-left-side {
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 100;
    background: #007672;
}
.header-section {
    background: #00b2ad;
    border-bottom: 1px solid #eff0f4;
}
.notification-menu .info-number {
    padding: 12px 15px;
    height: 50px;
    font-size: 16px;
    background: #00b2ad;
    color: #fff;
    border-color: #00b2ad;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.notification-menu .dropdown-toggle {
    padding: 12px 10px;
    border-color: #00b2ad;
    background: #00b2ad;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-white {
    color: #fff;
    background-color: #fff;
    border-color: #ccc;
}
.custom-nav > li > a {
    color: #fff;
    padding: 12px 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
}
.wrapper {
    padding: 10px;
}
.white-box {
    background: #fff;
    padding: 10px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.custom-nav .sub-menu-list {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    background: transparent;
}
.custom-nav .sub-menu-list > li > a {
    color: #fff;
    font-size: 13px;
    display: block;
    padding: 10px 5px 10px 60px;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.custom-nav > li > a:hover,
.custom-nav > li > a:active,
.custom-nav > li > a:focus {
    background-color: transparent !important;
    color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
}
.custom-nav .sub-menu-list > li > a:hover,
.custom-nav .sub-menu-list > li > a:active,
.custom-nav .sub-menu-list > li > a:focus {
    text-decoration: none;
    color: #fff;
    background: #00b2ad;
}
.custom-nav > li.menu-list.nav-active > a:after {
    content: none;
    font-family: FontAwesome;
    right: 9px;
    position: absolute;
    top: 12px;
}
.custom-nav > li.menu-list > a:after {
    content: none;
    font-family: FontAwesome;
    right: 9px;
    position: absolute;
    top: 10px;
    color: #8e99ab;
    font-size: 12px;
}
.alert-success {
    color: #645858;
    background-color: #f8f8f8;
    border: 1px solid transparent;
    border-bottom: 2px solid #00b2ad;
}
.alert-info {
    color: #fff;
    background-color: #34d3eb;
    border-color: #34d3eb;
}
.alert-warning {
    color: #fff;
    background-color: #eb9c4d;
    border-color: #eb9c4d;
}
.alert-danger {
    color: #fff;
    background-color: #f05050;
    border-color: #f05050;
}
.panel-group .panel-heading {
    cursor: pointer;
    padding: 0px;
}
.accordion-main {
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
}
.panel-title {
    padding: 14px 0px 10px 0px;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}
.panel-group .menu-list .panel-heading > a {
    display: block;
    color: #ffffffcf;
    padding: 5px 0px 5px 50px;
}
.panel-group .menu-list .panel-heading:hover,
.panel-group .menu-list .panel-headinga:active,
.panel-group .menu-list .panel-headinga:focus {
    display: block;
    color: #fff;
    background: #00b2ad85;
}
.logo {
    text-align: center;
    padding-top: 5px;
}
.logo a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
.main-content {
    margin-left: 240px;
    background: #ececed;
}
.left-side-collapsed .main-content {
    margin-left: 53px;
}
.sticky-header .main-content {
    padding-top: 50px;
}
.left-side-collapsed .sticky-left-side {
    overflow-y: visible;
}
.sticky-header .header-section {
    position: fixed;
    top: 0;
    left: 240px;
    width: 100%;
    z-index: 100;
}
.left-side-collapsed .header-section {
    margin-left: 0px;
}
.header-section::after {
    clear: both;
    display: block;
    content: "";
}
.sticky-header.left-side-collapsed .header-section {
    left: 53px;
}
.sticky-header .menu-right {
    margin-right: 255px;
}
.menu-right {
    float: right;
    margin-right: 15px;
}
.notification-menu {
    list-style: none;
}
ul {
    margin: 0px;
    padding: 0px;
}

ul ul {
    padding-left: 20px;
}
a:focus,
a:active,
a:hover {
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}
footer {
    background: #fff;
    padding: 15px;
    color: #7a7676;
    position: static;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #eff0f4;
    text-align: center;
    font-size: 14px;
}
.toggle-btn {
    font-size: 20px;
    padding-top: 30px;
    cursor: pointer;
    float: left;
    color: #ffffff;
    display: none;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.toggle-btn:hover {
    background: #00b2ad8f;
    color: #ececed;
}
.sticky-header.left-side-collapsed .header-section {
    left: 53px;
}
.sticky-header.left-side-collapsed .menu-right {
    margin-right: 67px;
}
.left-side-collapsed .sticky-left-side {
    overflow-y: visible;
}
.left-side-collapsed .logo-icon {
    height: 45px;
    margin-top: -45px;
    background: #007672;
    display: block !important;
}
.left-side-collapsed .custom-nav .menu-list > a:after {
    display: none;
}
.left-side-collapsed .logo {
    display: none;
}
.left-side-collapsed .header-section {
    margin-left: 0px;
}
.left-side-collapsed .left-side {
    width: 52px;
    top: 45px;
}
.left-side-collapsed .left-side-inner {
    padding: 0;
}
.left-side-collapsed .custom-nav {
    margin: 2px 0 20px 0;
}
.left-side-collapsed .custom-nav li a {
    text-align: center;
    padding: 10px;
    position: relative;
}
.left-side-collapsed .custom-nav > li.menu-list > a {
    background-image: none;
}
.left-side-collapsed .custom-nav li a span {
    position: absolute;
    background: #283541;
    padding: 10px;
    left: 52px;
    top: 0;
    min-width: 173px;
    text-align: left;
    z-index: 100;
    display: none;
}
.left-side-collapsed .custom-nav li.active a span {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.left-side-collapsed .custom-nav ul,
.left-side-collapsed .custom-nav .menu-list.nav-active ul {
    display: none;
}
.left-side-collapsed .custom-nav .menu-list.nav-hover ul {
    display: block;
}
.left-side-collapsed .custom-nav li.nav-hover a span {
    display: block;
    color: #fff;
}
.left-side-collapsed .custom-nav li.nav-hover.active a span {
    background: #65cea7;
    color: #fff;
}
.left-side-collapsed .custom-nav li.nav-hover ul {
    display: block;
    position: absolute;
    top: 40px;
    left: 53px;
    margin: 0;
    min-width: 172px;
    background: #353f4f;
    z-index: 100;
    -moz-border-radius: 0 0 2px 0;
    -webkit-border-radius: 0 0 2px 0;
    border-radius: 0 0 2px 0;
    overflow-y: auto;
}
.left-side-collapsed .custom-nav ul a {
    text-align: left;
    padding: 6px 10px;
    padding-left: 10px;
}
.left-side-collapsed .custom-nav ul a:hover {
    background: #2a323f;
}
.left-side-collapsed .custom-nav li a i {
    margin-right: 0;
}
.left-side-collapsed .main-content {
    margin-left: 52px;
}
.left-side-collapsed .left-side {
    overflow: visible !important;
}
.activo {
    text-decoration: none;
    background-color: #eb9c4d;
    margin: 0px 10px 0px 0px;
}
.activo:hover {
    text-decoration: none;
    background-color: #eb9c4d;
}
.sub-menu-list {
    list-style-type: none;
}
a {
    text-decoration: none;
}
ul {
    list-style-type: none;
}
a {
    text-decoration: none;
}

/*--------------------------------------------*/
/*   Checkbox and Radio
/*--------------------------------------------*/
.checkbox {
    padding-left: 20px;
}
.checkbox label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
}
.checkbox,
.radio {
    margin-top: 0;
    margin-bottom: 5px;
}
.checkbox label::before {
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    background-color: #ffffff;
    border-radius: 1px;
    border: 1px solid #c0bfbf;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    transition: 0.3s ease-in-out;
    width: 17px;
    outline: none !important;
}
.checkbox label::after {
    color: #817d7d;
    display: inline-block;
    font-size: 11px;
    height: 16px;
    left: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    position: absolute;
    top: 0;
    width: 16px;
}
.checkbox.primary label::after,
.checkbox.success label::after,
.checkbox.info label::after,
.checkbox.warning label::after,
.checkbox.danger label::after,
.checkbox.purple label::after,
.checkbox.pink label::after,
.checkbox.inverse label::after {
    color: #fff;
}
.checkbox input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important;
}
.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}
.checkbox input[type="checkbox"]:focus + label::before {
    outline-offset: -2px;
    outline: none;
    outline: thin dotted;
}
.checkbox input[type="checkbox"]:checked + label::after {
    content: "\f00c";
    font-family: "FontAwesome";
}
.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #e4e7ea;
    cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}
.checkbox.checkbox-inline {
    margin-top: 0;
}
.checkbox.checkbox-single label {
    height: 17px;
}
.checkbox.default input[type="checkbox"]:checked + label:before {
    background: #ebecf0;
    border-color: #ebecf0;
    color: #fff !important;
}
.checkbox.primary input[type="checkbox"]:checked + label:before {
    background: #188ae2;
    border-color: #188ae2;
    color: #fff !important;
}
.checkbox.success input[type="checkbox"]:checked + label:before {
    background: #00bf4f;
    border-color: #00bf4f;
    color: #fff;
}
.checkbox.info input[type="checkbox"]:checked + label:before {
    background: #00aeff;
    border-color: #00aeff;
    color: #fff;
}
.checkbox.warning input[type="checkbox"]:checked + label:before {
    background: #ffa000;
    border-color: #ffa000;
    color: #fff;
}
.checkbox.danger input[type="checkbox"]:checked + label:before {
    background: #f60e0e;
    border-color: #f60e0e;
    color: #fff;
}
.checkbox.purple input[type="checkbox"]:checked + label:before {
    background: #5b69bc;
    border-color: #5b69bc;
    color: #fff;
}
.checkbox.pink input[type="checkbox"]:checked + label:before {
    background: #ff8acc;
    border-color: #ff8acc;
    color: #fff;
}
.checkbox.inverse input[type="checkbox"]:checked + label:before {
    background: #212121;
    border-color: #212121;
    color: #fff;
}
.checkbox.circled label:before {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.panel-group .menu-list .radio:hover,
.panel-group .menu-list .radio:active,
.panel-group .menu-list .radio:focus {
    color: #fff;
    background: #00b2ad85;
}

/* Radios */
.radio {
    padding: 5px 0px 5px 50px;
    cursor: pointer;
}
.radio label {
    display: block;
    padding-left: 5px;
    position: relative;
    color: #fff;
}
.radio label::before {
    -o-transition: border 0.5s ease-in-out;
    -webkit-transition: border 0.5s ease-in-out;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid rgba(42, 43, 44, 0.39);
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    transition: border 0.5s ease-in-out;
    width: 17px;
    outline: none !important;
}
.radio label::after {
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -o-transition: -o-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -webkit-transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.3s
        cubic-bezier(0.8, -0.33, 0.2, 1.33);
    background-color: #2b2b2b;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 7px;
    left: 5px;
    margin-left: -20px;
    position: absolute;
    top: 5px;
    transform: scale(0, 0);
    transition: transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    width: 7px;
}
.radio input[type="radio"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important;
}
.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.radio input[type="radio"]:focus + label::before {
    outline-offset: -2px;
    outline: 5px auto -webkit-focus-ring-color;
    outline: thin dotted;
}
.radio input[type="radio"]:checked + label::after {
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}
.radio.radio-inline {
    margin-top: 0;
}
.radio.radio-single label {
    height: 17px;
}
.radio-primary input[type="radio"] + label::after {
    background-color: #ab8ce4;
}
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #ab8ce4;
}
.radio-primary input[type="radio"]:checked + label::after {
    background-color: #ab8ce4;
}
.radio-danger input[type="radio"] + label::after {
    background-color: #fb9678;
}
.radio-danger input[type="radio"]:checked + label::before {
    border-color: #fb9678;
}
.radio-danger input[type="radio"]:checked + label::after {
    background-color: #fb9678;
}
.radio-info input[type="radio"] + label::after {
    background-color: #03a9f3;
}
.radio-info input[type="radio"]:checked + label::before {
    border-color: #03a9f3;
}
.radio-info input[type="radio"]:checked + label::after {
    background-color: #03a9f3;
}
.radio-warning input[type="radio"] + label::after {
    background-color: #fec107;
}
.radio-warning input[type="radio"]:checked + label::before {
    border-color: #fec107;
}
.radio-warning input[type="radio"]:checked + label::after {
    background-color: #fec107;
}
.radio-success input[type="radio"] + label::after {
    background-color: #00c292;
}
.radio-success input[type="radio"]:checked + label::before {
    border-color: #00c292;
}
.radio-success input[type="radio"]:checked + label::after {
    background-color: #00c292;
}
.radio-purple input[type="radio"] + label::after {
    background-color: #9675ce;
}
.radio-purple input[type="radio"]:checked + label::before {
    border-color: #9675ce;
}
.radio-purple input[type="radio"]:checked + label::after {
    background-color: #9675ce;
}
.radio-red input[type="radio"] + label::after {
    background-color: #fb9678;
}
.radio-red input[type="radio"]:checked + label::before {
    border-color: #fb9678;
}
.radio-red input[type="radio"]:checked + label::after {
    background-color: #fb9678;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #eb9c4d;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.text-progress-bar {
    color: #ffffff;
}
.hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.table-menu-left {
    background: #ececed;
}
.custom-nav {
    padding: 5px;
    margin-bottom: 10px;
    background: #00b2ad6e;
}
.panel-title-menu {
    padding: 5px 0px 10px 0px;
    font-size: 15px;
    color: #fff;
}

hr.hr {
    margin-bottom: 0;
    margin-top: 10px;
}
